home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / DBEX / Listing4.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2001-04-30  |  124 b   |  4 lines

  1. SQLDataSet1.SetSchemaInfo(stIndexes, 'CUSTOMER', '');
  2. ClientDataSet1.IndexFieldNames:='INDEX_NAME';
  3. ClientDataSet1.Open;
  4.